func vendor/golang.org/x/crypto/internal/poly1305.select64
3 uses
vendor/golang.org/x/crypto/internal/poly1305 (current package)
sum_generic.go#L270: func select64(v, x, y uint64) uint64 { return ^(v-1)&x | (v-1)&y }
sum_generic.go#L295: h0 = select64(b, h0, hMinusP0)
sum_generic.go#L296: h1 = select64(b, h1, hMinusP1)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |